third commit

This commit is contained in:
aman.singh
2024-09-12 13:18:04 +05:30
parent 1f79e1d4cf
commit 7a5ebbc580
5 changed files with 27 additions and 3 deletions

View File

@@ -76,6 +76,7 @@ type CreateHoustonRequest struct {
ResponderTeamId int `json:"responderTeamId"`
ProductIds []int `json:"productIds"`
CreatedBy string `json:"createdBy"`
ErrorID string `json:"errorId"`
}
type ProductsResponse struct {