POST api/Accounts/AllocFieldPopulate
Request Information
URI Parameters
None.
Body Parameters
ComboInput| Name | Description | Type | Additional information |
|---|---|---|---|
| PROGRAM | string |
None. |
|
| FIELD | string |
None. |
|
| INPUT1 | integer |
None. |
|
| INPUT2 | integer |
None. |
|
| INPUT3 | integer |
None. |
|
| INPUT4 | integer |
None. |
|
| INPUT5 | integer |
None. |
|
| STRING1 | string |
None. |
|
| STRING2 | string |
None. |
|
| STRING3 | string |
None. |
|
| DATE1 | date |
None. |
|
| DATE2 | date |
None. |
|
| COMPANY | integer |
None. |
|
| COMPANY_CODE | integer |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PROGRAM": "sample string 1",
"FIELD": "sample string 2",
"INPUT1": 1,
"INPUT2": 1,
"INPUT3": 1,
"INPUT4": 1,
"INPUT5": 1,
"STRING1": "sample string 3",
"STRING2": "sample string 4",
"STRING3": "sample string 5",
"DATE1": "2025-12-06T04:24:01.5850775+00:00",
"DATE2": "2025-12-06T04:24:01.5850775+00:00",
"COMPANY": 1,
"COMPANY_CODE": 1,
"START": 1,
"LENGTH": 1
}
application/xml, text/xml
Sample:
<ComboInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <COMPANY>1</COMPANY> <COMPANY_CODE>1</COMPANY_CODE> <DATE1>2025-12-06T04:24:01.5850775+00:00</DATE1> <DATE2>2025-12-06T04:24:01.5850775+00:00</DATE2> <FIELD>sample string 2</FIELD> <INPUT1>1</INPUT1> <INPUT2>1</INPUT2> <INPUT3>1</INPUT3> <INPUT4>1</INPUT4> <INPUT5>1</INPUT5> <LENGTH>1</LENGTH> <PROGRAM>sample string 1</PROGRAM> <START>1</START> <STRING1>sample string 3</STRING1> <STRING2>sample string 4</STRING2> <STRING3>sample string 5</STRING3> </ComboInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |