PUT {folder}/SistemaERP/{token}/{colecao}/{campo}/{orderBy}/{pageSize}/{pageNumber}?100={100}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| 100 | integer |
Required |
|
| token | string |
Default value is auth |
|
| colecao | integer |
None. |
|
| campo | integer |
None. |
|
| orderBy | integer |
None. |
|
| pageSize | integer |
None. |
|
| pageNumber | integer |
None. |
|
| folder | string |
None. |
Body Parameters
SistemaERPUpdateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| NmSistema | string |
String length: inclusive between 0 and 50 |
Request Formats
application/json, text/json
Sample:
{
"NmSistema": "sample string 1"
}
application/xml, text/xml
Sample:
<SistemaERPUpdateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api_Integracao.Models"> <NmSistema>sample string 1</NmSistema> </SistemaERPUpdateModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SistemaERP| Name | Description | Type | Additional information |
|---|---|---|---|
| IdSistemaERP | integer |
None. |
|
| NmSistema | string |
Required String length: inclusive between 0 and 50 |
Response Formats
application/json, text/json
Sample:
{
"IdSistemaERP": 1,
"NmSistema": "sample string 2"
}
application/xml, text/xml
Sample:
<SistemaERP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api_Integracao.Models"> <IdSistemaERP>1</IdSistemaERP> <NmSistema>sample string 2</NmSistema> </SistemaERP>