POST api/EntregaLojas
Request Information
URI Parameters
None.
Body Parameters
EntregaLoja| Name | Description | Type | Additional information |
|---|---|---|---|
| EntregaLojaID | integer |
None. |
|
| SiteID | integer |
None. |
|
| Nome | string |
Required String length: inclusive between 0 and 64 |
|
| EndCep | string |
Required String length: inclusive between 8 and 8 |
|
| EndLogradouro | string |
Required String length: inclusive between 0 and 64 |
|
| EndNumero | string |
Required String length: inclusive between 0 and 16 |
|
| EndComplemento | string |
String length: inclusive between 0 and 64 |
|
| EndBairro | string |
Required String length: inclusive between 0 and 64 |
|
| EndLocalidade | string |
Required String length: inclusive between 0 and 64 |
|
| EndUf | string |
Required String length: inclusive between 2 and 2 |
|
| Prazo | integer |
Range: inclusive between 0 and 32767 |
|
| Situacao | string |
Required String length: inclusive between 0 and 8 |
|
| DatHorCadastro | date |
None. |
|
| DatHorAtualizacao | date |
None. |
|
| Usuario | string |
String length: inclusive between 0 and 256 |
Request Formats
application/json, text/json
{
"EntregaLojaID": 1,
"SiteID": 2,
"Nome": "sample string 3",
"EndCep": "sample string 4",
"EndLogradouro": "sample string 5",
"EndNumero": "sample string 6",
"EndComplemento": "sample string 7",
"EndBairro": "sample string 8",
"EndLocalidade": "sample string 9",
"EndUf": "sample string 10",
"Prazo": 1,
"Situacao": "sample string 11",
"DatHorCadastro": "2026-02-19T08:33:04.341831+00:00",
"DatHorAtualizacao": "2026-02-19T08:33:04.341831+00:00",
"Usuario": "sample string 14"
}
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
EntregaLoja| Name | Description | Type | Additional information |
|---|---|---|---|
| EntregaLojaID | integer |
None. |
|
| SiteID | integer |
None. |
|
| Nome | string |
Required String length: inclusive between 0 and 64 |
|
| EndCep | string |
Required String length: inclusive between 8 and 8 |
|
| EndLogradouro | string |
Required String length: inclusive between 0 and 64 |
|
| EndNumero | string |
Required String length: inclusive between 0 and 16 |
|
| EndComplemento | string |
String length: inclusive between 0 and 64 |
|
| EndBairro | string |
Required String length: inclusive between 0 and 64 |
|
| EndLocalidade | string |
Required String length: inclusive between 0 and 64 |
|
| EndUf | string |
Required String length: inclusive between 2 and 2 |
|
| Prazo | integer |
Range: inclusive between 0 and 32767 |
|
| Situacao | string |
Required String length: inclusive between 0 and 8 |
|
| DatHorCadastro | date |
None. |
|
| DatHorAtualizacao | date |
None. |
|
| Usuario | string |
String length: inclusive between 0 and 256 |
Response Formats
application/json, text/json
{
"EntregaLojaID": 1,
"SiteID": 2,
"Nome": "sample string 3",
"EndCep": "sample string 4",
"EndLogradouro": "sample string 5",
"EndNumero": "sample string 6",
"EndComplemento": "sample string 7",
"EndBairro": "sample string 8",
"EndLocalidade": "sample string 9",
"EndUf": "sample string 10",
"Prazo": 1,
"Situacao": "sample string 11",
"DatHorCadastro": "2026-02-19T08:33:04.3577924+00:00",
"DatHorAtualizacao": "2026-02-19T08:33:04.3577924+00:00",
"Usuario": "sample string 14"
}