2.1.1 Request Parameters
The following sections cover the Request Parameters:
Request Header Details
Table 2-1 Request Header Details
Name | Type | Required | Value |
---|---|---|---|
Content-Type | String | Yes | application/json |
Authorization
Authorization will be enabled through bearer token, this token is being generated through OAuth2 protocol, which is for granting access to the remote APIs.
Request JSON Parameters
Table 2-2 Request JSON Parameters
Name | Type | Required | Description |
---|---|---|---|
asOfDate |
String | Yes | As of Date |
|
String | Yes | Customer Code |
|
String | Optional | Account Number |
segTypeCode |
String | Optional | Segment Type Code |
|
String | Optional | Segment Type |
Request JSON Sample
{
"asOfDate": "30-NOV-22",
"customerCode": "7777114",
"accountNo": "VOLUME_TEST_ASSET_00000001",
"segTypeCode": "SEGM_TYPE_0002",
"segType": "Customer Profile 2"
}