POST api/Association/AmendSubmitV2
Request Information
URI Parameters
None.
Body Parameters
ImportLicenceAmendRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ApplyType | string |
None. |
|
| OldLicenceNo | string |
None. |
|
| ImportExportType | string |
None. |
|
| LicencePermitType | string |
None. |
|
| TypeofLicence | string |
None. |
|
| TypeofPermit | string |
None. |
|
| FinancialYear | string |
None. |
|
| IsBorder | integer |
None. |
|
| BorderPort | string |
None. |
|
| LicencingIssuingPort | string |
None. |
|
| LicenceDate | string |
None. |
|
| LicenceLastDate | string |
None. |
|
| ImporterExporterRegistrationNo | string |
None. |
|
| ImporterExporterRegistrationNoValidDate | string |
None. |
|
| UnionCitizenshipCardNo | string |
None. |
|
| PassportNo | string |
None. |
|
| VehicleNo | string |
None. |
|
| FormDNo | string |
None. |
|
| ImporterExporterName | string |
None. |
|
| ImporterExporterAddress | string |
None. |
|
| ConsigneeName | string |
None. |
|
| ConsigneeAddress | string |
None. |
|
| ConsignorName | string |
None. |
|
| ConsignorAddress | string |
None. |
|
| ConsignorCountry | string |
None. |
|
| ModeofTransport | string |
None. |
|
| PortofExport | string |
None. |
|
| PortofDischarge | string |
None. |
|
| PortofShipment | string |
None. |
|
| PeriodofShipment | string |
None. |
|
| CountryWhenceConsigned | string |
None. |
|
| CountryofOrigin | string |
None. |
|
| CountryofFinalDestination | string |
None. |
|
| ImportExportMethod | string |
None. |
|
| Incoterms | string |
None. |
|
| CommodityType | string |
None. |
|
| Usage | string |
None. |
|
| TotalAmount | decimal number |
None. |
|
| TotalAmountCurrency | string |
None. |
|
| TotalCIF | decimal number |
None. |
|
| Remark | string |
None. |
|
| PortofDischargeCode | string |
None. |
|
| PerformaInvoice | string |
None. |
|
| OtherAttachment | string |
None. |
|
| MICDate | string |
None. |
|
| BusinessCommencingDate | string |
None. |
|
| KgPercent | string |
None. |
|
| IsChemical | integer |
None. |
|
| ApplicationId | string |
None. |
|
| Source | string |
None. |
|
| Commodity | Collection of ImportLicenceAmendItemRequest |
None. |
|
| IsSellerName | integer |
None. |
|
| IsSellerAddress | integer |
None. |
|
| IsSellerCountryId | integer |
None. |
|
| IsPortofDischargeId | integer |
None. |
|
| IsModeofTransport | integer |
None. |
|
| IsConsignedCountryId | integer |
None. |
|
| IsCountryofOriginId | integer |
None. |
|
| IsExportImportIncotermId | integer |
None. |
|
| IsCommodityType | integer |
None. |
|
| IsUsage | integer |
None. |
|
| IsRemark | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ApplyType": "sample string 1",
"OldLicenceNo": "sample string 2",
"ImportExportType": "sample string 3",
"LicencePermitType": "sample string 4",
"TypeofLicence": "sample string 5",
"TypeofPermit": "sample string 6",
"FinancialYear": "sample string 7",
"IsBorder": 8,
"BorderPort": "sample string 9",
"LicencingIssuingPort": "sample string 10",
"LicenceDate": "sample string 11",
"LicenceLastDate": "sample string 12",
"ImporterExporterRegistrationNo": "sample string 13",
"ImporterExporterRegistrationNoValidDate": "sample string 14",
"UnionCitizenshipCardNo": "sample string 15",
"PassportNo": "sample string 16",
"VehicleNo": "sample string 17",
"FormDNo": "sample string 18",
"ImporterExporterName": "sample string 19",
"ImporterExporterAddress": "sample string 20",
"ConsigneeName": "sample string 21",
"ConsigneeAddress": "sample string 22",
"ConsignorName": "sample string 23",
"ConsignorAddress": "sample string 24",
"ConsignorCountry": "sample string 25",
"ModeofTransport": "sample string 26",
"PortofExport": "sample string 27",
"PortofDischarge": "sample string 28",
"PortofShipment": "sample string 29",
"PeriodofShipment": "sample string 30",
"CountryWhenceConsigned": "sample string 31",
"CountryofOrigin": "sample string 32",
"CountryofFinalDestination": "sample string 33",
"ImportExportMethod": "sample string 34",
"Incoterms": "sample string 35",
"CommodityType": "sample string 36",
"Usage": "sample string 37",
"TotalAmount": 38.0,
"TotalAmountCurrency": "sample string 39",
"TotalCIF": 40.1,
"Remark": "sample string 41",
"PortofDischargeCode": "sample string 42",
"PerformaInvoice": "sample string 43",
"OtherAttachment": "sample string 44",
"MICDate": "sample string 45",
"BusinessCommencingDate": "sample string 46",
"KgPercent": "sample string 47",
"IsChemical": 48,
"ApplicationId": "sample string 49",
"Source": "sample string 50",
"Commodity": [
{
"IdofItem": 1,
"ItemNo": 2,
"ValidofItem": 3,
"HSCode": "sample string 4",
"DescriptionofGoods": "sample string 5",
"UnitPrice": 6.0,
"Quantity": 7.0,
"UnitCode": "sample string 8",
"Amount": 9.0,
"Currency": "sample string 10",
"CMPPrice": 11.0,
"CMPAmount": 12.0,
"IsHSCode": 13,
"IsDescription": 14,
"IsUnitId": 15,
"IsPrice": 16,
"IsQuantity": 17,
"IsAmount": 18,
"IsCurrencyId": 19,
"IsNew": 20
},
{
"IdofItem": 1,
"ItemNo": 2,
"ValidofItem": 3,
"HSCode": "sample string 4",
"DescriptionofGoods": "sample string 5",
"UnitPrice": 6.0,
"Quantity": 7.0,
"UnitCode": "sample string 8",
"Amount": 9.0,
"Currency": "sample string 10",
"CMPPrice": 11.0,
"CMPAmount": 12.0,
"IsHSCode": 13,
"IsDescription": 14,
"IsUnitId": 15,
"IsPrice": 16,
"IsQuantity": 17,
"IsAmount": 18,
"IsCurrencyId": 19,
"IsNew": 20
}
],
"IsSellerName": 51,
"IsSellerAddress": 52,
"IsSellerCountryId": 53,
"IsPortofDischargeId": 54,
"IsModeofTransport": 55,
"IsConsignedCountryId": 56,
"IsCountryofOriginId": 57,
"IsExportImportIncotermId": 58,
"IsCommodityType": 59,
"IsUsage": 60,
"IsRemark": 61
}
application/xml, text/xml
Sample:
<ImportLicenceAmendRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
<ApplicationId>sample string 49</ApplicationId>
<ApplyType>sample string 1</ApplyType>
<BorderPort>sample string 9</BorderPort>
<BusinessCommencingDate>sample string 46</BusinessCommencingDate>
<Commodity>
<ImportLicenceAmendItemRequest>
<Amount>9</Amount>
<CMPAmount>12</CMPAmount>
<CMPPrice>11</CMPPrice>
<Currency>sample string 10</Currency>
<DescriptionofGoods>sample string 5</DescriptionofGoods>
<HSCode>sample string 4</HSCode>
<IdofItem>1</IdofItem>
<IsAmount>18</IsAmount>
<IsCurrencyId>19</IsCurrencyId>
<IsDescription>14</IsDescription>
<IsHSCode>13</IsHSCode>
<IsNew>20</IsNew>
<IsPrice>16</IsPrice>
<IsQuantity>17</IsQuantity>
<IsUnitId>15</IsUnitId>
<ItemNo>2</ItemNo>
<Quantity>7</Quantity>
<UnitCode>sample string 8</UnitCode>
<UnitPrice>6</UnitPrice>
<ValidofItem>3</ValidofItem>
</ImportLicenceAmendItemRequest>
<ImportLicenceAmendItemRequest>
<Amount>9</Amount>
<CMPAmount>12</CMPAmount>
<CMPPrice>11</CMPPrice>
<Currency>sample string 10</Currency>
<DescriptionofGoods>sample string 5</DescriptionofGoods>
<HSCode>sample string 4</HSCode>
<IdofItem>1</IdofItem>
<IsAmount>18</IsAmount>
<IsCurrencyId>19</IsCurrencyId>
<IsDescription>14</IsDescription>
<IsHSCode>13</IsHSCode>
<IsNew>20</IsNew>
<IsPrice>16</IsPrice>
<IsQuantity>17</IsQuantity>
<IsUnitId>15</IsUnitId>
<ItemNo>2</ItemNo>
<Quantity>7</Quantity>
<UnitCode>sample string 8</UnitCode>
<UnitPrice>6</UnitPrice>
<ValidofItem>3</ValidofItem>
</ImportLicenceAmendItemRequest>
</Commodity>
<CommodityType>sample string 36</CommodityType>
<ConsigneeAddress>sample string 22</ConsigneeAddress>
<ConsigneeName>sample string 21</ConsigneeName>
<ConsignorAddress>sample string 24</ConsignorAddress>
<ConsignorCountry>sample string 25</ConsignorCountry>
<ConsignorName>sample string 23</ConsignorName>
<CountryWhenceConsigned>sample string 31</CountryWhenceConsigned>
<CountryofFinalDestination>sample string 33</CountryofFinalDestination>
<CountryofOrigin>sample string 32</CountryofOrigin>
<FinancialYear>sample string 7</FinancialYear>
<FormDNo>sample string 18</FormDNo>
<ImportExportMethod>sample string 34</ImportExportMethod>
<ImportExportType>sample string 3</ImportExportType>
<ImporterExporterAddress>sample string 20</ImporterExporterAddress>
<ImporterExporterName>sample string 19</ImporterExporterName>
<ImporterExporterRegistrationNo>sample string 13</ImporterExporterRegistrationNo>
<ImporterExporterRegistrationNoValidDate>sample string 14</ImporterExporterRegistrationNoValidDate>
<Incoterms>sample string 35</Incoterms>
<IsBorder>8</IsBorder>
<IsChemical>48</IsChemical>
<IsCommodityType>59</IsCommodityType>
<IsConsignedCountryId>56</IsConsignedCountryId>
<IsCountryofOriginId>57</IsCountryofOriginId>
<IsExportImportIncotermId>58</IsExportImportIncotermId>
<IsModeofTransport>55</IsModeofTransport>
<IsPortofDischargeId>54</IsPortofDischargeId>
<IsRemark>61</IsRemark>
<IsSellerAddress>52</IsSellerAddress>
<IsSellerCountryId>53</IsSellerCountryId>
<IsSellerName>51</IsSellerName>
<IsUsage>60</IsUsage>
<KgPercent>sample string 47</KgPercent>
<LicenceDate>sample string 11</LicenceDate>
<LicenceLastDate>sample string 12</LicenceLastDate>
<LicencePermitType>sample string 4</LicencePermitType>
<LicencingIssuingPort>sample string 10</LicencingIssuingPort>
<MICDate>sample string 45</MICDate>
<ModeofTransport>sample string 26</ModeofTransport>
<OldLicenceNo>sample string 2</OldLicenceNo>
<OtherAttachment>sample string 44</OtherAttachment>
<PassportNo>sample string 16</PassportNo>
<PerformaInvoice>sample string 43</PerformaInvoice>
<PeriodofShipment>sample string 30</PeriodofShipment>
<PortofDischarge>sample string 28</PortofDischarge>
<PortofDischargeCode>sample string 42</PortofDischargeCode>
<PortofExport>sample string 27</PortofExport>
<PortofShipment>sample string 29</PortofShipment>
<Remark>sample string 41</Remark>
<Source>sample string 50</Source>
<TotalAmount>38</TotalAmount>
<TotalAmountCurrency>sample string 39</TotalAmountCurrency>
<TotalCIF>40.1</TotalCIF>
<TypeofLicence>sample string 5</TypeofLicence>
<TypeofPermit>sample string 6</TypeofPermit>
<UnionCitizenshipCardNo>sample string 15</UnionCitizenshipCardNo>
<Usage>sample string 37</Usage>
<VehicleNo>sample string 17</VehicleNo>
</ImportLicenceAmendRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.