Get all valid division code
get
/service/v1/divisioncode/division
This endpoints is used to get all valid division code maintenance records based on given set of parameters.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
corporateId(optional): string
-
divisionCode(optional): string
-
divisionName(optional): string
-
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
Header Parameters
-
appId: string
-
branchCode: string
branchCode
-
userId: string
userId
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Root Schema : ScfTmDivCodeServiceCollection
Match All
Show Source
-
object
ScfTmCustDivisionCodeCollection
Collection of Division.
-
object
ScfTmDivCodeServiceCollection-allOf[1]
Nested Schema : data
Type:
Show Source
array
-
Array of:
object ScfTmCustDivisionCodeDTO
Collection of Division.
Nested Schema : ScfTmCustDivisionCodeDTO
Type:
object
Collection of Division.
Show Source
-
authStatus(optional):
string
Auth Status
-
countryCode(optional):
string
Country Code
-
countryName(optional):
string
Country Name
-
custDivisionMasterId(optional):
string
Customet Division Master ID
-
divisionAddressLine1(optional):
string
Division Address Line 1
-
divisionAddressLine2(optional):
string
Division Address Line 2
-
divisionAddressLine3(optional):
string
Division Address Line 3
-
divisionAddressLine4(optional):
string
Division Address Line 4
-
divisionCode(optional):
string
Division Code
-
divisionName(optional):
string
Division Name
-
email(optional):
string
Email Address
-
id(optional):
string
Division Id
-
partyId(optional):
string
Party Id
-
partyName(optional):
string
Party Name
-
telNo(optional):
string
Telphone Number
Nested Schema : ErrorDto
Type:
Show Source
object
-
errorCode(optional):
string
Error Codes Displaying
-
errorDesc(optional):
string
Error Description displaying based on error codes
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