POST api/TICKET_REFERENCIA_FILIAL/Create
Request Information
URI Parameters
None.
Body Parameters
TICKET_REFERENCIA_FILIALName | Description | Type | Additional information |
---|---|---|---|
FILIALID | globally unique identifier |
None. |
|
NOME | string |
None. |
|
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "FILIALID": "e8969cda-67d8-4606-a733-0e9b3685989c", "NOME": "sample string 2", "EMAIL": "sample string 3" }
text/plain
Sample:
{"FILIALID":"e8969cda-67d8-4606-a733-0e9b3685989c","NOME":"sample string 2","EMAIL":"sample string 3"}
application/xml, text/xml
Sample:
<TICKET_REFERENCIA_FILIAL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Robotizei.RBT_MONITOR.Domain.Entities"> <EMAIL>sample string 3</EMAIL> <FILIALID>e8969cda-67d8-4606-a733-0e9b3685989c</FILIALID> <NOME>sample string 2</NOME> </TICKET_REFERENCIA_FILIAL>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DataResultModelName | Description | Type | Additional information |
---|---|---|---|
Success | boolean |
None. |
|
Message | string |
None. |
|
Detail | string |
None. |
|
Total | integer |
None. |
|
ID_OBJECT | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "Success": true, "Message": "sample string 2", "Detail": "sample string 3", "Total": 4, "ID_OBJECT": "224935f5-f4ab-448f-a9a2-cb204ef1c36e" }
text/plain
Sample:
{"Success":true,"Message":"sample string 2","Detail":"sample string 3","Total":4,"ID_OBJECT":"224935f5-f4ab-448f-a9a2-cb204ef1c36e"}
application/xml, text/xml
Sample:
<DataResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Robotizei.RBT_MONITOR.Domain.Model"> <Detail>sample string 3</Detail> <ID_OBJECT>224935f5-f4ab-448f-a9a2-cb204ef1c36e</ID_OBJECT> <Message>sample string 2</Message> <Success>true</Success> <Total>4</Total> </DataResultModel>