Resource URL Summary
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Retrieve the details of a specific Concession GET /seiapi/v3/Concessions/${ConcessionID} Insert or Update the details of a specific Concession PUT /seiapi/v3/Concessions/${ConcessionID} Bulk Insert or of Update the details of Concessions
Delete a specific Concession DELETE /seiapi/v3/Concessions/${ConcessionID} |
API Specific Parameters
Parameter | Description |
---|---|
${ConcessionID} | Identifies the REST Object Definitions Work Order Activity Related Objects Concession Object. |
Include Page | ||||
---|---|---|---|---|
|
API Specifics
Panel | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
Retrieve the details of a specific ConcessionThis REST API will return a Concession with the specified ID. The Concession with the specified ID must already exist in the system. URL
HTTP Request BodyThis request does not require a request body. HTTP Response BodyOn success, an HTTP response code of 200 will be returned, and the response body will contain a REST Object Definitions Work Order Activity Related Objects Concession Object. Otherwise, on error, the response body will contain a descriptive reason for the error. |
Panel | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
Insert or Update the details of a specific ConcessionThis REST API will insert a new Concession with the specified ID into the system, if a Concession with the specified ID does not already exist in the system. If, however, the Concession with the specified ID does already exist in the system, then this REST API will update (i.e. replace) the already existing Concession with the specified ID with the details of the Concession supplied in the HTTP Request Body. URL
HTTP Request BodyThe HTTP request body must contain a valid REST Object Definitions Work Order Activity Related Objects Concession Object. HTTP ResponseOn success the API will return a response code of 200. |
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
Bulk Insert or Update the details ofConcessionsa specific ConcessionThis REST API will insert new Concessions with the specified IDs into the system, if the Concessions with the specified IDs do not already exist in the system. If, however, the Concessions with the specified IDs do already exist in the system, then this REST API will update (i.e. replace) the already existing Concessions with the specified IDs with the details of the Concessions supplied in the HTTP Request Body. URL
HTTP Request BodyThe HTTP request body must be a JSON array of one or more REST Object Definitions Work Order Activity Related Objects Concession Object definitions.
HTTP ResponseOn success the API will return a response code of 200. |
Panel | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
Delete aspecific Concessionspecific Service ContractThis REST API will delete a Concession with the specified ID from the system. The Concession with the specified ID must already exist in the system. URL
HTTP Request BodyThis request does not require a request body. HTTP ResponseOn success an HTTP response code of 200 will be returned. The system will return HTTP response code 410 in case of non-existent REST Object Definitions Work Order Activity Related Objects Concession Object. |