# Offer Categories

***Classification information is the resource information of the system, and the existing classification tag can be bound with a certain offer, and mark an offer in types.***

## Available methods <a href="#available-methods" id="available-methods"></a>

| Methods    | HTTP method | Endpoint                                                                                                                                                | Description                          |
| ---------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ |
| **Create** |             |                                                                                                                                                         |                                      |
|            | POST        | [/v1/offer\_categories](https://offerslook-api.gitbook.io/api-documentation/networkapi/offercategories/create_a_new_category_of_the_partner)            | Create a new category of the network |
| **Update** |             |                                                                                                                                                         |                                      |
|            | PUT         | [/v1/offer\_categories/category\_id}](https://offerslook-api.gitbook.io/api-documentation/networkapi/offercategories/update_a_category_of_the_partner)  | Update a category of the network     |
| **Get**    |             |                                                                                                                                                         |                                      |
|            | GET         | [/v1/offer\_categories/{category\_id}](https://offerslook-api.gitbook.io/api-documentation/networkapi/offercategories/get_a_category_of_the_partner)    | Get a category of the network        |
|            | GET         | [/v1/offer\_categories](https://offerslook-api.gitbook.io/api-documentation/networkapi/offercategories/get_categories_of_the_partner)                   | Get categories of the network        |
| **Delete** |             |                                                                                                                                                         |                                      |
|            | DELETE      | [/v1/offer\_categories/{category\_id}](https://offerslook-api.gitbook.io/api-documentation/networkapi/offercategories/delete_a_category_of_the_partner) | Delete a category of the network     |
