Resources | Methods |
---|---|
https://localhost:8443/api/rest/territories |
GET Retrieves Territory list.
POST Create a new territory. POST Creates multiple territories. PUT Updates multiple territories. POST Deletes multiple territories. |
https://localhost:8443/api/rest/territories/{territory-identifier} |
GET
Retrieves a territory.
PUT Updates a territory specified by this territory identifier. DELETE Deletes the Territory specified by this territory identifier. |
GETRetrieves Territory list. [tags: DMA]RequestResponse
POSTCreate a new territory. [tags: DMA]RequestRepresentationsResponsePOSTCreates multiple territories. Use with caution as the amount of time it will take for a response will be dependent of the number of territories being created. DMA roles required: administrator [tags: DMA] RequestRepresentations
Response
PUTUpdates multiple territories. Use with caution as the amount of time it will take for a response will be dependent of the number of territories being updated. DMA roles required: administrator [tags: DMA] RequestRepresentations
Response
POSTDeletes multiple territories. Use with caution as the amount of time it will take for a response will be dependent of the number of territories being deleted. DMA roles required: administrator [tags: DMA] RequestRepresentations
Response
|