POST api/Corporation/AddCorporationIsOwner
Request Information
URI Parameters
None.
Body Parameters
CorporationDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| CorporationCode | string |
String length: inclusive between 0 and 20 |
|
| isNew | boolean |
None. |
|
| Name | string |
String length: inclusive between 0 and 100 |
|
| ShortName | string |
String length: inclusive between 0 and 60 |
|
| Address | string |
String length: inclusive between 0 and 50 |
|
| Suite | string |
String length: inclusive between 0 and 50 |
|
| City | string |
String length: inclusive between 0 and 30 |
|
| State | string |
String length: inclusive between 0 and 50 |
|
| StateCode | string |
String length: inclusive between 0 and 2 |
|
| Zip | string |
String length: inclusive between 0 and 10 |
|
| ZipExt | string |
String length: inclusive between 0 and 10 |
|
| Country | string |
String length: inclusive between 0 and 50 |
|
| CountryCode | string |
String length: inclusive between 0 and 3 |
|
| ValidFlag | boolean |
None. |
|
| DateCreated | date |
None. |
|
| IsASAPEnable | boolean |
None. |
|
| IsOSCAEnable | boolean |
None. |
|
| IsCOSEnable | boolean |
None. |
|
| BillAccountByCorpLevel | integer |
None. |
|
| TagIds | string |
None. |
|
| CorporationDA | CorporationDADTO |
None. |
|
| CorporationhierarchyDTO | CorporationhierarchyDTO |
None. |
|
| CorporationMappingDTO | CorporationMappingDTO |
None. |
|
| ListCorporationBillMethodDTO | Collection of CorporationBillMethodDTO |
None. |
|
| Longitude | decimal number |
None. |
|
| Latitude | decimal number |
None. |
|
| FullAddress | string |
String length: inclusive between 0 and 200 |
|
| ListCorporationSyncRoster | Collection of CorporationSyncRosterDTO |
None. |
|
| NatureOfBusinessId | integer |
None. |
|
| NatureOfBusinessName | string |
String length: inclusive between 0 and 300 |
|
| AppId | string |
String length: inclusive between 0 and 8000 |
|
| Enable2FA | boolean |
None. |
|
| ClientCode | string |
String length: inclusive between 0 and 200 |
|
| CorporateLogo | string |
String length: inclusive between 0 and 8000 |
|
| CorporationLogoDocId | globally unique identifier |
None. |
|
| RoleTemplateId | integer |
None. |
|
| IsOwner | boolean |
None. |
|
| CorporationOSCADTO | CorporationOSCADTO |
None. |
|
| DANoOfEmployee | integer |
None. |
|
| IsConvertedToAccio | boolean |
None. |
|
| EccServices | string |
None. |
|
| ClinicalPathwayServices | string |
None. |
|
| CompanyLevel | integer |
None. |
Request Formats
application/json, text/json
{
"CompanyLevel": 1,
"CorporationCode": "sample string 1",
"isNew": true,
"Name": "sample string 3",
"ShortName": "sample string 4",
"Address": "sample string 5",
"Suite": "sample string 6",
"City": "sample string 7",
"State": "sample string 8",
"StateCode": "sample string 9",
"Zip": "sample string 10",
"ZipExt": "sample string 11",
"Country": "sample string 12",
"CountryCode": "sample string 13",
"ValidFlag": true,
"DateCreated": "2025-10-30T10:05:42.7531448-07:00",
"IsASAPEnable": true,
"IsOSCAEnable": true,
"IsCOSEnable": true,
"BillAccountByCorpLevel": 16,
"TagIds": "sample string 17",
"CorporationDA": {
"CorporationCode": "sample string 1",
"AsapSupportEmail": "sample string 2",
"NoticeTo": "sample string 3",
"AllowECCFCollectionSite": true,
"AllowThirdPartyCollectionSite": true,
"AllowPreferredCollectionSite": true,
"AllowActiveDeactiveEmployeeNoticeForReplaceImport": true,
"RandomNoticeWithList": true,
"SupervisorReceiveRandomNotice": true,
"HasCollectionSurcharge": true,
"IsDisplayEmployeeAddressInAuthorizationList": true,
"IsSupervisor": true
},
"CorporationhierarchyDTO": {
"CorporationCode": "sample string 1",
"Level1": "sample string 2",
"Level2": "sample string 3",
"Level3": "sample string 4",
"Level4": "sample string 5",
"Level5": "sample string 6",
"IsLevel1": true,
"IsLevel2": true,
"IsLevel3": true,
"IsLevel4": true,
"IsLevel5": true,
"ValidFlag": true
},
"CorporationMappingDTO": {
"BillAccountCode": "sample string 1",
"BranchCode": "sample string 2",
"DivisionCode": "sample string 3",
"CompanyCode": "sample string 4"
},
"ListCorporationBillMethodDTO": [
{
"RecordId": 1,
"CorporationCode": "sample string 2",
"ServiceType": "sample string 3",
"BillMethod": 64,
"StartDate": "2025-10-30T10:05:42.7531448-07:00",
"EndDate": "2025-10-30T10:05:42.7531448-07:00"
},
{
"RecordId": 1,
"CorporationCode": "sample string 2",
"ServiceType": "sample string 3",
"BillMethod": 64,
"StartDate": "2025-10-30T10:05:42.7531448-07:00",
"EndDate": "2025-10-30T10:05:42.7531448-07:00"
}
],
"Longitude": 1.1,
"Latitude": 1.1,
"FullAddress": "sample string 18",
"ListCorporationSyncRoster": [
{
"CorporationCode": "sample string 1",
"CompanyCode": "sample string 2",
"CorporationName": "sample string 3",
"CompanyName": "sample string 4",
"Regulation": "sample string 5",
"ValidFlag": true
},
{
"CorporationCode": "sample string 1",
"CompanyCode": "sample string 2",
"CorporationName": "sample string 3",
"CompanyName": "sample string 4",
"Regulation": "sample string 5",
"ValidFlag": true
}
],
"NatureOfBusinessId": 1,
"NatureOfBusinessName": "sample string 19",
"AppId": "sample string 20",
"Enable2FA": true,
"ClientCode": "sample string 21",
"CorporateLogo": "sample string 22",
"CorporationLogoDocId": "41d9e52c-9aa4-4583-ace2-7944dbf996d8",
"RoleTemplateId": 24,
"IsOwner": true,
"CorporationOSCADTO": {
"CorporationCode": "sample string 1",
"IsSync": true
},
"DANoOfEmployee": 26,
"IsConvertedToAccio": true,
"EccServices": "sample string 27",
"ClinicalPathwayServices": "sample string 28"
}
application/xml, text/xml
<CorporationDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO">
<Address>sample string 5</Address>
<AppId>sample string 20</AppId>
<BillAccountByCorpLevel>16</BillAccountByCorpLevel>
<City>sample string 7</City>
<ClientCode>sample string 21</ClientCode>
<ClinicalPathwayServices>sample string 28</ClinicalPathwayServices>
<CompanyLevel>1</CompanyLevel>
<CorporateLogo>sample string 22</CorporateLogo>
<CorporationCode>sample string 1</CorporationCode>
<CorporationDA>
<AllowActiveDeactiveEmployeeNoticeForReplaceImport>true</AllowActiveDeactiveEmployeeNoticeForReplaceImport>
<AllowECCFCollectionSite>true</AllowECCFCollectionSite>
<AllowPreferredCollectionSite>true</AllowPreferredCollectionSite>
<AllowThirdPartyCollectionSite>true</AllowThirdPartyCollectionSite>
<AsapSupportEmail>sample string 2</AsapSupportEmail>
<CorporationCode>sample string 1</CorporationCode>
<HasCollectionSurcharge>true</HasCollectionSurcharge>
<IsDisplayEmployeeAddressInAuthorizationList>true</IsDisplayEmployeeAddressInAuthorizationList>
<IsSupervisor>true</IsSupervisor>
<NoticeTo>sample string 3</NoticeTo>
<RandomNoticeWithList>true</RandomNoticeWithList>
<SupervisorReceiveRandomNotice>true</SupervisorReceiveRandomNotice>
</CorporationDA>
<CorporationLogoDocId>41d9e52c-9aa4-4583-ace2-7944dbf996d8</CorporationLogoDocId>
<CorporationMappingDTO>
<BillAccountCode>sample string 1</BillAccountCode>
<BranchCode>sample string 2</BranchCode>
<CompanyCode>sample string 4</CompanyCode>
<DivisionCode>sample string 3</DivisionCode>
</CorporationMappingDTO>
<CorporationOSCADTO>
<CorporationCode>sample string 1</CorporationCode>
<IsSync>true</IsSync>
</CorporationOSCADTO>
<CorporationhierarchyDTO>
<CorporationCode>sample string 1</CorporationCode>
<IsLevel1>true</IsLevel1>
<IsLevel2>true</IsLevel2>
<IsLevel3>true</IsLevel3>
<IsLevel4>true</IsLevel4>
<IsLevel5>true</IsLevel5>
<Level1>sample string 2</Level1>
<Level2>sample string 3</Level2>
<Level3>sample string 4</Level3>
<Level4>sample string 5</Level4>
<Level5>sample string 6</Level5>
<ValidFlag>true</ValidFlag>
</CorporationhierarchyDTO>
<Country>sample string 12</Country>
<CountryCode>sample string 13</CountryCode>
<DANoOfEmployee>26</DANoOfEmployee>
<DateCreated>2025-10-30T10:05:42.7531448-07:00</DateCreated>
<EccServices>sample string 27</EccServices>
<Enable2FA>true</Enable2FA>
<FullAddress>sample string 18</FullAddress>
<IsASAPEnable>true</IsASAPEnable>
<IsCOSEnable>true</IsCOSEnable>
<IsConvertedToAccio>true</IsConvertedToAccio>
<IsOSCAEnable>true</IsOSCAEnable>
<IsOwner>true</IsOwner>
<Latitude>1.1</Latitude>
<ListCorporationBillMethodDTO>
<CorporationBillMethodDTO>
<BillMethod>64</BillMethod>
<CorporationCode>sample string 2</CorporationCode>
<EndDate>2025-10-30T10:05:42.7531448-07:00</EndDate>
<RecordId>1</RecordId>
<ServiceType>sample string 3</ServiceType>
<StartDate>2025-10-30T10:05:42.7531448-07:00</StartDate>
</CorporationBillMethodDTO>
<CorporationBillMethodDTO>
<BillMethod>64</BillMethod>
<CorporationCode>sample string 2</CorporationCode>
<EndDate>2025-10-30T10:05:42.7531448-07:00</EndDate>
<RecordId>1</RecordId>
<ServiceType>sample string 3</ServiceType>
<StartDate>2025-10-30T10:05:42.7531448-07:00</StartDate>
</CorporationBillMethodDTO>
</ListCorporationBillMethodDTO>
<ListCorporationSyncRoster>
<CorporationSyncRosterDTO>
<CompanyCode>sample string 2</CompanyCode>
<CompanyName>sample string 4</CompanyName>
<CorporationCode>sample string 1</CorporationCode>
<CorporationName>sample string 3</CorporationName>
<Regulation>sample string 5</Regulation>
<ValidFlag>true</ValidFlag>
</CorporationSyncRosterDTO>
<CorporationSyncRosterDTO>
<CompanyCode>sample string 2</CompanyCode>
<CompanyName>sample string 4</CompanyName>
<CorporationCode>sample string 1</CorporationCode>
<CorporationName>sample string 3</CorporationName>
<Regulation>sample string 5</Regulation>
<ValidFlag>true</ValidFlag>
</CorporationSyncRosterDTO>
</ListCorporationSyncRoster>
<Longitude>1.1</Longitude>
<Name>sample string 3</Name>
<NatureOfBusinessId>1</NatureOfBusinessId>
<NatureOfBusinessName>sample string 19</NatureOfBusinessName>
<RoleTemplateId>24</RoleTemplateId>
<ShortName>sample string 4</ShortName>
<State>sample string 8</State>
<StateCode>sample string 9</StateCode>
<Suite>sample string 6</Suite>
<TagIds>sample string 17</TagIds>
<ValidFlag>true</ValidFlag>
<Zip>sample string 10</Zip>
<ZipExt>sample string 11</ZipExt>
<isNew>true</isNew>
</CorporationDTO>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
AsapResponseOfCorporationDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | CorporationDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": {
"CompanyLevel": 1,
"CorporationCode": "sample string 1",
"isNew": true,
"Name": "sample string 3",
"ShortName": "sample string 4",
"Address": "sample string 5",
"Suite": "sample string 6",
"City": "sample string 7",
"State": "sample string 8",
"StateCode": "sample string 9",
"Zip": "sample string 10",
"ZipExt": "sample string 11",
"Country": "sample string 12",
"CountryCode": "sample string 13",
"ValidFlag": true,
"DateCreated": "2025-10-30T10:05:42.8253244-07:00",
"IsASAPEnable": true,
"IsOSCAEnable": true,
"IsCOSEnable": true,
"BillAccountByCorpLevel": 16,
"TagIds": "sample string 17",
"CorporationDA": {
"CorporationCode": "sample string 1",
"AsapSupportEmail": "sample string 2",
"NoticeTo": "sample string 3",
"AllowECCFCollectionSite": true,
"AllowThirdPartyCollectionSite": true,
"AllowPreferredCollectionSite": true,
"AllowActiveDeactiveEmployeeNoticeForReplaceImport": true,
"RandomNoticeWithList": true,
"SupervisorReceiveRandomNotice": true,
"HasCollectionSurcharge": true,
"IsDisplayEmployeeAddressInAuthorizationList": true,
"IsSupervisor": true
},
"CorporationhierarchyDTO": {
"CorporationCode": "sample string 1",
"Level1": "sample string 2",
"Level2": "sample string 3",
"Level3": "sample string 4",
"Level4": "sample string 5",
"Level5": "sample string 6",
"IsLevel1": true,
"IsLevel2": true,
"IsLevel3": true,
"IsLevel4": true,
"IsLevel5": true,
"ValidFlag": true
},
"CorporationMappingDTO": {
"BillAccountCode": "sample string 1",
"BranchCode": "sample string 2",
"DivisionCode": "sample string 3",
"CompanyCode": "sample string 4"
},
"ListCorporationBillMethodDTO": [
{
"RecordId": 1,
"CorporationCode": "sample string 2",
"ServiceType": "sample string 3",
"BillMethod": 64,
"StartDate": "2025-10-30T10:05:42.8253244-07:00",
"EndDate": "2025-10-30T10:05:42.8253244-07:00"
},
{
"RecordId": 1,
"CorporationCode": "sample string 2",
"ServiceType": "sample string 3",
"BillMethod": 64,
"StartDate": "2025-10-30T10:05:42.8253244-07:00",
"EndDate": "2025-10-30T10:05:42.8253244-07:00"
}
],
"Longitude": 1.1,
"Latitude": 1.1,
"FullAddress": "sample string 18",
"ListCorporationSyncRoster": [
{
"CorporationCode": "sample string 1",
"CompanyCode": "sample string 2",
"CorporationName": "sample string 3",
"CompanyName": "sample string 4",
"Regulation": "sample string 5",
"ValidFlag": true
},
{
"CorporationCode": "sample string 1",
"CompanyCode": "sample string 2",
"CorporationName": "sample string 3",
"CompanyName": "sample string 4",
"Regulation": "sample string 5",
"ValidFlag": true
}
],
"NatureOfBusinessId": 1,
"NatureOfBusinessName": "sample string 19",
"AppId": "sample string 20",
"Enable2FA": true,
"ClientCode": "sample string 21",
"CorporateLogo": "sample string 22",
"CorporationLogoDocId": "e6bfddf1-3752-453b-bcd0-799d14719c43",
"RoleTemplateId": 24,
"IsOwner": true,
"CorporationOSCADTO": {
"CorporationCode": "sample string 1",
"IsSync": true
},
"DANoOfEmployee": 26,
"IsConvertedToAccio": true,
"EccServices": "sample string 27",
"ClinicalPathwayServices": "sample string 28"
},
"totalCount": 3
}
application/xml, text/xml
<AsapResponseOfCorporationDTO9DQd0Pqc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common">
<isSuccess>true</isSuccess>
<jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO">
<d2p1:Address>sample string 5</d2p1:Address>
<d2p1:AppId>sample string 20</d2p1:AppId>
<d2p1:BillAccountByCorpLevel>16</d2p1:BillAccountByCorpLevel>
<d2p1:City>sample string 7</d2p1:City>
<d2p1:ClientCode>sample string 21</d2p1:ClientCode>
<d2p1:ClinicalPathwayServices>sample string 28</d2p1:ClinicalPathwayServices>
<d2p1:CompanyLevel>1</d2p1:CompanyLevel>
<d2p1:CorporateLogo>sample string 22</d2p1:CorporateLogo>
<d2p1:CorporationCode>sample string 1</d2p1:CorporationCode>
<d2p1:CorporationDA>
<d2p1:AllowActiveDeactiveEmployeeNoticeForReplaceImport>true</d2p1:AllowActiveDeactiveEmployeeNoticeForReplaceImport>
<d2p1:AllowECCFCollectionSite>true</d2p1:AllowECCFCollectionSite>
<d2p1:AllowPreferredCollectionSite>true</d2p1:AllowPreferredCollectionSite>
<d2p1:AllowThirdPartyCollectionSite>true</d2p1:AllowThirdPartyCollectionSite>
<d2p1:AsapSupportEmail>sample string 2</d2p1:AsapSupportEmail>
<d2p1:CorporationCode>sample string 1</d2p1:CorporationCode>
<d2p1:HasCollectionSurcharge>true</d2p1:HasCollectionSurcharge>
<d2p1:IsDisplayEmployeeAddressInAuthorizationList>true</d2p1:IsDisplayEmployeeAddressInAuthorizationList>
<d2p1:IsSupervisor>true</d2p1:IsSupervisor>
<d2p1:NoticeTo>sample string 3</d2p1:NoticeTo>
<d2p1:RandomNoticeWithList>true</d2p1:RandomNoticeWithList>
<d2p1:SupervisorReceiveRandomNotice>true</d2p1:SupervisorReceiveRandomNotice>
</d2p1:CorporationDA>
<d2p1:CorporationLogoDocId>e6bfddf1-3752-453b-bcd0-799d14719c43</d2p1:CorporationLogoDocId>
<d2p1:CorporationMappingDTO>
<d2p1:BillAccountCode>sample string 1</d2p1:BillAccountCode>
<d2p1:BranchCode>sample string 2</d2p1:BranchCode>
<d2p1:CompanyCode>sample string 4</d2p1:CompanyCode>
<d2p1:DivisionCode>sample string 3</d2p1:DivisionCode>
</d2p1:CorporationMappingDTO>
<d2p1:CorporationOSCADTO>
<d2p1:CorporationCode>sample string 1</d2p1:CorporationCode>
<d2p1:IsSync>true</d2p1:IsSync>
</d2p1:CorporationOSCADTO>
<d2p1:CorporationhierarchyDTO>
<d2p1:CorporationCode>sample string 1</d2p1:CorporationCode>
<d2p1:IsLevel1>true</d2p1:IsLevel1>
<d2p1:IsLevel2>true</d2p1:IsLevel2>
<d2p1:IsLevel3>true</d2p1:IsLevel3>
<d2p1:IsLevel4>true</d2p1:IsLevel4>
<d2p1:IsLevel5>true</d2p1:IsLevel5>
<d2p1:Level1>sample string 2</d2p1:Level1>
<d2p1:Level2>sample string 3</d2p1:Level2>
<d2p1:Level3>sample string 4</d2p1:Level3>
<d2p1:Level4>sample string 5</d2p1:Level4>
<d2p1:Level5>sample string 6</d2p1:Level5>
<d2p1:ValidFlag>true</d2p1:ValidFlag>
</d2p1:CorporationhierarchyDTO>
<d2p1:Country>sample string 12</d2p1:Country>
<d2p1:CountryCode>sample string 13</d2p1:CountryCode>
<d2p1:DANoOfEmployee>26</d2p1:DANoOfEmployee>
<d2p1:DateCreated>2025-10-30T10:05:42.8253244-07:00</d2p1:DateCreated>
<d2p1:EccServices>sample string 27</d2p1:EccServices>
<d2p1:Enable2FA>true</d2p1:Enable2FA>
<d2p1:FullAddress>sample string 18</d2p1:FullAddress>
<d2p1:IsASAPEnable>true</d2p1:IsASAPEnable>
<d2p1:IsCOSEnable>true</d2p1:IsCOSEnable>
<d2p1:IsConvertedToAccio>true</d2p1:IsConvertedToAccio>
<d2p1:IsOSCAEnable>true</d2p1:IsOSCAEnable>
<d2p1:IsOwner>true</d2p1:IsOwner>
<d2p1:Latitude>1.1</d2p1:Latitude>
<d2p1:ListCorporationBillMethodDTO>
<d2p1:CorporationBillMethodDTO>
<d2p1:BillMethod>64</d2p1:BillMethod>
<d2p1:CorporationCode>sample string 2</d2p1:CorporationCode>
<d2p1:EndDate>2025-10-30T10:05:42.8253244-07:00</d2p1:EndDate>
<d2p1:RecordId>1</d2p1:RecordId>
<d2p1:ServiceType>sample string 3</d2p1:ServiceType>
<d2p1:StartDate>2025-10-30T10:05:42.8253244-07:00</d2p1:StartDate>
</d2p1:CorporationBillMethodDTO>
<d2p1:CorporationBillMethodDTO>
<d2p1:BillMethod>64</d2p1:BillMethod>
<d2p1:CorporationCode>sample string 2</d2p1:CorporationCode>
<d2p1:EndDate>2025-10-30T10:05:42.8253244-07:00</d2p1:EndDate>
<d2p1:RecordId>1</d2p1:RecordId>
<d2p1:ServiceType>sample string 3</d2p1:ServiceType>
<d2p1:StartDate>2025-10-30T10:05:42.8253244-07:00</d2p1:StartDate>
</d2p1:CorporationBillMethodDTO>
</d2p1:ListCorporationBillMethodDTO>
<d2p1:ListCorporationSyncRoster>
<d2p1:CorporationSyncRosterDTO>
<d2p1:CompanyCode>sample string 2</d2p1:CompanyCode>
<d2p1:CompanyName>sample string 4</d2p1:CompanyName>
<d2p1:CorporationCode>sample string 1</d2p1:CorporationCode>
<d2p1:CorporationName>sample string 3</d2p1:CorporationName>
<d2p1:Regulation>sample string 5</d2p1:Regulation>
<d2p1:ValidFlag>true</d2p1:ValidFlag>
</d2p1:CorporationSyncRosterDTO>
<d2p1:CorporationSyncRosterDTO>
<d2p1:CompanyCode>sample string 2</d2p1:CompanyCode>
<d2p1:CompanyName>sample string 4</d2p1:CompanyName>
<d2p1:CorporationCode>sample string 1</d2p1:CorporationCode>
<d2p1:CorporationName>sample string 3</d2p1:CorporationName>
<d2p1:Regulation>sample string 5</d2p1:Regulation>
<d2p1:ValidFlag>true</d2p1:ValidFlag>
</d2p1:CorporationSyncRosterDTO>
</d2p1:ListCorporationSyncRoster>
<d2p1:Longitude>1.1</d2p1:Longitude>
<d2p1:Name>sample string 3</d2p1:Name>
<d2p1:NatureOfBusinessId>1</d2p1:NatureOfBusinessId>
<d2p1:NatureOfBusinessName>sample string 19</d2p1:NatureOfBusinessName>
<d2p1:RoleTemplateId>24</d2p1:RoleTemplateId>
<d2p1:ShortName>sample string 4</d2p1:ShortName>
<d2p1:State>sample string 8</d2p1:State>
<d2p1:StateCode>sample string 9</d2p1:StateCode>
<d2p1:Suite>sample string 6</d2p1:Suite>
<d2p1:TagIds>sample string 17</d2p1:TagIds>
<d2p1:ValidFlag>true</d2p1:ValidFlag>
<d2p1:Zip>sample string 10</d2p1:Zip>
<d2p1:ZipExt>sample string 11</d2p1:ZipExt>
<d2p1:isNew>true</d2p1:isNew>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfCorporationDTO9DQd0Pqc>