POST api/CosEccSummary/PostAuthorizationDetail
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AsapResponseOfNTAuthorizationDetailsDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | NTAuthorizationDetailsDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": {
"RecordID": "f5f2da02-6403-4747-b318-989ee1213f79",
"FileByteArray": "QEA=",
"FilePath": "sample string 2",
"FileName": "sample string 3",
"FileExtension": "sample string 4",
"UserID": 5,
"UserName": "sample string 6",
"IsValid": true,
"EntityID": "sample string 8",
"EntityTypeID": 9,
"AuthorizationCode": "sample string 10",
"FileId": "sample string 11",
"EmployeeId": "sample string 12",
"ValidFlag": true,
"IsDocumentEdit": true,
"DateUpdated": "2026-06-20T12:48:54.0079193-07:00",
"ExpirationDate": "2026-06-20T12:48:54.0079193-07:00",
"ContractorCoverageTypeId": 1,
"PayorId": 1,
"ComponentList": [
{
"Id": 1,
"ComponentId": 2,
"ComponentName": "sample string 3",
"Sequence": 4,
"CaseNo": 5,
"IsAuthorizationEnable": true,
"AuthorizationType": 7,
"MappingId": 1,
"RecordId": "63474cdf-f0c1-458a-9bb6-b52b50b27983",
"OrderCategoryTypeId": 1,
"OrderCategoryTypeLevel1Id": "sample string 8",
"OrderCategoryTypeLevel2Id": 1,
"OrderCategoryTypeLevel3Id": 1,
"Selected": true,
"OrderDescription": "sample string 10",
"ValidFlag": true,
"DateCreated": "2026-06-20T12:48:54.0079193-07:00",
"DateUpdated": "2026-06-20T12:48:54.0079193-07:00",
"UserIDCreated": 14,
"UserIDUpdated": 15
},
{
"Id": 1,
"ComponentId": 2,
"ComponentName": "sample string 3",
"Sequence": 4,
"CaseNo": 5,
"IsAuthorizationEnable": true,
"AuthorizationType": 7,
"MappingId": 1,
"RecordId": "63474cdf-f0c1-458a-9bb6-b52b50b27983",
"OrderCategoryTypeId": 1,
"OrderCategoryTypeLevel1Id": "sample string 8",
"OrderCategoryTypeLevel2Id": 1,
"OrderCategoryTypeLevel3Id": 1,
"Selected": true,
"OrderDescription": "sample string 10",
"ValidFlag": true,
"DateCreated": "2026-06-20T12:48:54.0079193-07:00",
"DateUpdated": "2026-06-20T12:48:54.0079193-07:00",
"UserIDCreated": 14,
"UserIDUpdated": 15
}
]
},
"totalCount": 3
}