POST api/EntregaDomicilioPrazosBatch
Request Information
URI Parameters
None.
Body Parameters
EntregaDomicilioPrazosBatchBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EntregaDomicilioID | integer |
Required |
|
| Template | string |
Required |
|
| TdaPercentual | decimal number |
None. |
|
| TdaValMinimo | decimal number |
None. |
|
| TdePercentual | decimal number |
None. |
|
| TdeValMinimo | decimal number |
None. |
|
| TrtPercentual | decimal number |
None. |
|
| TrtValMinimo | decimal number |
None. |
|
| Prazo | integer |
Range: inclusive between 0 and 32767 |
Request Formats
application/json, text/json
Sample:
{
"EntregaDomicilioID": 1,
"Template": "sample string 2",
"TdaPercentual": 1.0,
"TdaValMinimo": 1.0,
"TdePercentual": 1.0,
"TdeValMinimo": 1.0,
"TrtPercentual": 1.0,
"TrtValMinimo": 1.0,
"Prazo": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.