Fetch the courier setup maintained
get
/service/v1/courier-setup
This API fetches courier setup maintained based on given parameters
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
authStatus: string
authStatus need to be set to fetch summary record
-
courierCode: string
courierCode need to be set to fetch summary record
-
courierDesc: string
courierDesc need to be set to fetch summary record
-
includecloseandunauth: boolean
includecloseandunauth need to be set to fetch summary record, defult value is false
-
limit: integer
limit is maximum no of records to be fetched
-
offset: integer
offset is starting no of records to be fetched
-
recordStatus: string
recordStatus need to be set to fetch summary record
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Headers
-
Location: string
Location
Root Schema : ObcmTmCourierSetupMasterCollection
Type:
object
Collection of couriersetup.
Show Source
-
data:
array data
Data
Nested Schema : data
Type:
array
Data
Show Source
-
Array of:
object ObcmTmCourierSetupMasterDTO
Courier Setup Master
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : ObcmTmCourierSetupMasterDTO-allOf[1]
Type:
Show Source
object
-
addrLn1:
string
Address Line 1
-
addrLn2:
string
Address Line 2
-
addrLn3:
string
Address Line 3
-
addrLn4:
string
Address Line 4
-
contactPerson:
string
Contact Person
-
contractEndDt:
string
Contract End Date
-
contractStrtDt:
string
Contract Start Date
-
countryCode:
string
Country Code
-
countryName:
string
Country Name
-
courierCode:
string
Courier Code
-
courierDesc:
string
Courier Description
-
designation:
string
Designation
-
email:
string
Email
-
fax:
string
Fax
-
landLnNo:
string
Land Line No
-
mobile:
string
Mobile
-
txnControllerRefNo:
string
txnControllerRefNo
-
zipCode:
string
Zip Code
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error