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(optional): string
authStatus need to be set to fetch summary record
-
courierCode(optional): string
courierCode need to be set to fetch summary record
-
courierDesc(optional): string
courierDesc need to be set to fetch summary record
-
includecloseandunauth(optional): boolean
includecloseandunauth need to be set to fetch summary record, defult value is false
-
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting no of records to be fetched
-
recordStatus(optional): 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(optional):
array data
Collection of ObcmTmCourierSetupMasterDTO
-
paging(optional):
object PagingDto
Paging Dto
Nested Schema : data
Type:
array
Collection of ObcmTmCourierSetupMasterDTO
Show Source
-
Array of:
object ObcmTmCourierSetupMasterDTO
Courier Setup Master
Nested Schema : PagingDto
Type:
object
Paging Dto
Show Source
-
totalResults(optional):
integer
Total Results
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(optional):
string
Address Line 1
-
addrLn2(optional):
string
Address Line 2
-
addrLn3(optional):
string
Address Line 3
-
addrLn4(optional):
string
Address Line 4
-
contactPerson(optional):
string
Contact Person
-
contractEndDt(optional):
string
Contract End Date
-
contractStrtDt(optional):
string
Contract Start Date
-
countryCode(optional):
string
Country Code
-
countryName(optional):
string
Country Name
-
courierCode(optional):
string
Courier Code
-
courierDesc(optional):
string
Courier Description
-
designation(optional):
string
Designation
-
email(optional):
string
Email
-
fax(optional):
string
Fax
-
landLnNo(optional):
string
Land Line No
-
mobile(optional):
string
Mobile
-
txnControllerRefNo(optional):
string
Transaction Controller Reference Number
-
zipCode(optional):
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