GSC POD API

Control

Product Container Type Codes

Status: Complete

Endpoint: https://pod.dev.gscserver.com/api/control/codes/product/container-type

Method: GET

Authentication: N/A

Content-Type: application/json


Payload:

N/A
					

Result:

{
	"success": true,
	"message": "Product container type control codes list.",
	"data": [
		"BALE",
		"BLUE PALLET",
		"BROWN PALLET",
		"CASE",
		"PAPER TOTE",
		"PLASTIC TOTE"
	]
}
					

Product Section Codes

Status: Complete

Endpoint: https://pod.dev.gscserver.com/api/control/codes/product/section

Method: GET

Authentication: N/A

Content-Type: application/json


Payload:

N/A
					

Result:

{
	"success": true,
	"message": "Product section control codes list.",
	"data": [
		"CASES",
		"CIG/TOB",
		"INFO",
		"PALLETS",
		"RETURNS",
		"TOTES"
	]
}
					

Product Trailer Area Codes

Status: Complete

Endpoint: https://pod.dev.gscserver.com/api/control/codes/product/trailer-area

Method: GET

Authentication: N/A

Content-Type: application/json


Payload:

N/A
					

Result:

{
	"success": true,
	"message": "Product trailer area control codes list.",
	"data": [
		"COOLER",
		"DRY",
		"FREEZER"
	]
}
					

Invoice Exception Codes

Status: Complete

Endpoint: https://pod.dev.gscserver.com/api/control/codes/invoice-exception

Method: GET

Authentication: N/A

Content-Type: application/json


Payload:

N/A
					

Result:

{
	"success": true,
	"message": "Invoice exception control codes list.",
	"data": [
		{
			"id": 30,
			"description": "Short on Delivery",
			"visible": true
		},
		{
			"id": 40,
			"description": "Pulling Error (Mispull)",
			"visible": true
		},
		{
			"id": 50,
			"description": "Returned on Delivery - Refused",
			"visible": false
		},
		{
			"id": 51,
			"description": "Returned on Delivery - Outdated",
			"visible": true
		},
		{
			"id": 52,
			"description": "Returned on Delivery - Order Error",
			"visible": true
		},
		{
			"id": 61,
			"description": "Returned on Delivery - Damaged",
			"visible": true
		},
		{
			"id": 66,
			"description": "Damaged Beyond Return",
			"visible": true
		},
		{
			"id": 85,
			"description": "Overage Kept - Bill Me",
			"visible": true
		},
		{
			"id": 86,
			"description": "Overage Returned to Warehouse",
			"visible": true
		}
	]
}